From 6f680efba5e5d1f349838b51361d5acceb107a91 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 18 May 1993 21:33:52 +0000 Subject: [PATCH] * bibtex.el (bibtex-string): Use \" instead of "" to get a double quote inside a string. * vms-patch.el (print-region-function): Same. --- lisp/textmodes/bibtex.el | 2 +- lisp/vms-patch.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 0b49065ea37..f1f8b6e2b18 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -1105,7 +1105,7 @@ as such should normally be set via a file local variable entry.") (defun bibtex-string () (interactive) (bibtex-move-outside-of-entry) - (insert "@string{ = """"}\n") + (insert "@string{ = \"\"}\n") (previous-line 1) (forward-char 8)) diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el index 7f88e23b7fe..93edaa86808 100644 --- a/lisp/vms-patch.el +++ b/lisp/vms-patch.el @@ -168,7 +168,7 @@ spawned Emacs and doing things like \"emacs -l myfile.el -f doit\"" (send-command-to-subprocess 1 (concat command - " sys$login:delete-me.txt/name=""GNUprintbuffer"" " + " sys$login:delete-me.txt/name=\"GNUprintbuffer\" " (mapconcat 'identity switches " ")) nil nil nil))) -- 2.30.2